Click or drag to resize

MessageGetAttachments Method (Boolean)

Gets the attachments.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment[] GetAttachments(
	bool includeEmbedded
)

Parameters

includeEmbedded
Type: SystemBoolean
if set to true [include embedded].

Return Value

Type: Attachment
Attachment[][].
See Also